-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a useTiming hook #4057
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF Scorecard
Scanned Manifest Files |
Conventional Commits Report
🚀 Conventional commits found. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4057 +/- ##
==========================================
- Coverage 72.56% 72.55% -0.01%
==========================================
Files 1058 1059 +1
Lines 120640 120645 +5
Branches 5932 5942 +10
==========================================
- Hits 87541 87538 -3
- Misses 33070 33078 +8
Partials 29 29 ☔ View full report in Codecov by Sentry. |
8ca0128
to
62f08f1
Compare
The hook can be used to run a function after a specific amount of time for example for doing a reload of data.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What
Implement a useTiming hook
Why
The hook can be used to run a function after a specific amount of time for example for doing a reload of data.
Checklist